SMTP - определение. Что такое SMTP
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое SMTP - определение

INTERNET PROTOCOL USED FOR RELAYING E-MAILS
SMTP; Simple mail transport protocol; Simple mail transfer protocol; ESMTP; ETRN; Extended SMTP; EHLO; SMTP extension; Smtp; 8BITMIME; SMTP greeting; Smtp greeting; Esmtp; Mail protocol; Bsmtp; SMTP server; Smtp server; SMTP protocol; Port 587; Mail Transfer Protocol; E-mail structure; Mail stop code; Secure SMTP; Port 25; ASMTP; RFC 821; RFC 2821; Simple Mail Transport Protocol; RFC2821; RFC 5321; TCP port 25; SMTPUTF8; SMTP MTA Strict Transport Security; MTA-STS
Найдено результатов: 24
SMTP         
SMTP         
¦ abbreviation Simple Mail Transfer (or Transport) Protocol, a standard for the transmission of electronic mail on a computer network.
SMTP         
Simple Mail Transfer Protocol (Reference: RFC 821, TCP/IP)
ESMTP         
<messaging, protocol> Extended SMTP. Initially defined in RFC 1869 and extended thereafter. See also ETRN. (1997-11-21)
ETRN         
<messaging, protocol> ("Extended TURN") An ESMTP command (first defined in RFC 1985) with which a client asks the server to deliver queued mail to the client via a new ESMTP connection. ETRN supersedes the SMTP "TURN" command in the same way that ESMTP's "EHLO" supersedes SMTP's "HELO". (1997-11-21)
Simple Mail Transfer Protocol         
<messaging> (SMTP) A protocol defined in STD 10, RFC 821, used to transfer electronic mail between computers, usually over Ethernet. It is a server to server protocol, so other protocols are used to access the messages. The SMTP dialog usually happens in the background under the control of the message transfer agent, e.g. sendmail but it is possible to interact with an SMTP server using telnet to connect to the normal SMTP port, 25. E.g. telnet mhs-relay.ac.uk 25 You should normally start by identifying the local host: HELO wombat.doc.ic.ac.uk You can then issue commands to verify an address or expand an alias: VRFY fred@doc.ic.ac.uk VRFY postmaster or expand a mailing list: EXPN c-help You can even send a message: MAIL From:<fred@doc.ic.ac.uk> RCPT To:<fred@mailway.doc.ic.ac.uk> DATA What is the point? . QUIT This is useful if you want to find out exactly what is happening to your message at a certain point. See also Post Office Protocol, RFC 822, sendmail. (1995-10-17)
Simple Mail Transfer Protocol         
The Simple Mail Transfer Protocol (SMTP) is an Internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages.
ESMTP         
Extended Simple Message Transport Protocol (Reference: SMTP, RFC 1425/1869)
BSMTP         
Batched Simple Mail Transfer Protocol (Reference: SMTP)
RFC 2821         
<networking, standard> The RFC describing SMTP. RFC 2821 supersedes RFC 821. rfc:2821. (2007-06-01)

Википедия

Simple Mail Transfer Protocol

The Simple Mail Transfer Protocol (SMTP) is an Internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages. User-level email clients typically use SMTP only for sending messages to a mail server for relaying, and typically submit outgoing email to the mail server on port 587 or 465 per RFC 8314. For retrieving messages, IMAP (which replaced the older POP3) is standard, but proprietary servers also often implement proprietary protocols, e.g., Exchange ActiveSync.

SMTP's origins began in 1980, building on concepts implemented on the ARPANET since 1971. It has been updated, modified and extended multiple times. The protocol version in common use today has extensible structure with various extensions for authentication, encryption, binary data transfer, and internationalized email addresses. SMTP servers commonly use the Transmission Control Protocol on port number 25 (for plaintext) and 587 (for encrypted communications).